Index
List processing functions
List processing functions are listed in the table. Arguments a,b,.. stand for real numbers, m, n stand for integers.
Functions can have arbitrary number of variables.
|
Function |
Value |
|
max(a,b, ..., ...) |
Maximal of arguments |
|
min(a,b, ..., ...) |
Minimal of arguments |
|
cgd(m,n) |
Greatest common divisor of arguments |